home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Bomber Fortress.swf / scripts / frame_12 / DoAction.as < prev   
Encoding:
Text File  |  2006-06-13  |  91 b   |  8 lines

  1. if(eval("/:soundon") == "1")
  2. {
  3.    tellTarget("/airplane")
  4.    {
  5.       play();
  6.    }
  7. }
  8.